Posts

Post marked as solved
3 Replies
For those who are interested here is a solution: https://stackoverflow.com/questions/68835388/i-cant-add-systemextralarge-family-in-widgetconfiguration-for-ios-15
Post marked as solved
3 Replies
Hi! I have run into the same problem of including if #available(iOS 15, *) in the WidgetConfiguration. Have you found a solution?
Post marked as solved
2 Replies
The problem has already been resolved.
Post marked as solved
2 Replies
In Signing & Capabilities I use a different package identifier than iOS. I have done a test exporting the app with the same identifier as in iOS and iCloud has worked. But I need my app to keep the bundle identifier different from iOS in order to continue supporting my users.
Post not yet marked as solved
2 Replies
Hours later the same problem continued. I decided to submit the app for review again.
Post marked as solved
5 Replies
Edit: I try this code on Xcode 11 and work! #if canImport(WidgetKit) 	 WidgetCenter.shared.reloadTimelines(ofKind: "com.literautas.StoryPlanner.ProgressWidget") #endif But it crashes on Xcode 12 beta 4
Post marked as solved
2 Replies
I think I have the same problem as you.I have several UITextview to write and the text of several of them is used to display as attributedString in a read-only UITextView.As you type in an UITextView it sometimes crashes apparently randomly. It does not happen with all users nor is there a way to reproduce the crash.I am also not clear what the crash can cause because no method of my app appears in the crash log other than main. In the iOS version this crash has never occurred and they share the same code. So I have a feeling it might be a Mac Catalyst bug. I also use textViewDidChangeSelection to check the selectedRange.If you want I can put my crash logs in case it helps.Bart.
Post not yet marked as solved
6 Replies
Hi!I'm afraid not 😟We spent two weeks trying to clarify it, asking for explanations and answering their questions. But as we could not move forward we decided to launch the app with non-renewing subscriptions.
Post not yet marked as solved
6 Replies
Yes, I agree. Other apps on the Mac App Store like Ulysses, Timepage have auto-renewing subscriptions. And we have the same model that they have (free trial and full access with subscription).We asked but nobody have answered us yet.